Fix a typo in a warning.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 5 Apr 2005 23:05:53 +0000 (23:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 5 Apr 2005 23:05:53 +0000 (23:05 +0000)
2005-04-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level):
Fix a typo in a warning.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtktreemodelsort.c

index 2412a6c9efc61a6f58655c8d232c8ddddf04940d..dff5709fdba50f26b03467660f6defc5c7e77b5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): 
+       Fix a typo in a warning.
+
        * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
        the license and credits buttons from being affected by 
        gtk_widget_show_all().  (#172724)
index 2412a6c9efc61a6f58655c8d232c8ddddf04940d..dff5709fdba50f26b03467660f6defc5c7e77b5c 100644 (file)
@@ -1,5 +1,8 @@
 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): 
+       Fix a typo in a warning.
+
        * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
        the license and credits buttons from being affected by 
        gtk_widget_show_all().  (#172724)
index 2412a6c9efc61a6f58655c8d232c8ddddf04940d..dff5709fdba50f26b03467660f6defc5c7e77b5c 100644 (file)
@@ -1,5 +1,8 @@
 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): 
+       Fix a typo in a warning.
+
        * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
        the license and credits buttons from being affected by 
        gtk_widget_show_all().  (#172724)
index dfc9e3e7ed30c1bcc54ca93a5738ead93deaf40d..b14738ca619ec698588a1755e4cf3009fec5a275 100644 (file)
@@ -2314,7 +2314,7 @@ gtk_tree_model_sort_build_level (GtkTreeModelSort *tree_model_sort,
          if (gtk_tree_model_iter_next (tree_model_sort->child_model, &iter) == FALSE &&
              i < length - 1)
            {
-             g_warning ("There is a discrepency between the sort model and the child model.");
+             g_warning ("There is a discrepancy between the sort model and the child model.");
              return;
            }
        }